From 54a6e032ca86de5a282e27a0a0cc298a27d32a1a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Jan 2016 17:47:08 -0500 Subject: [PATCH] combobox: Document the popup window CSS node --- gtk/gtkcombobox.c | 5 +++-- gtk/gtkcomboboxtext.c | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index df7f52e827..e3ec42dad7 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -94,8 +94,9 @@ * * |[ * combobox - * ╰── button.combo - * ╰── arrow + * ├── button.combo + * │ ╰── arrow + * ╰── window.popup * ]| * * GtkComboBox has a single CSS node with name combobox. It adds the diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index a465d8be7d..43410f3cb7 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -76,7 +76,8 @@ * |[ * combobox * ├── entry.combo - * ╰── button.combo + * ├── button.combo + * ╰── window.popup * ]| * * GtkComboBoxText has a single CSS node with name combobox. It adds -- 2.30.2